Skip to content

Commit

Permalink
I forgot to update version number in const.h to 1.0 before previous c…
Browse files Browse the repository at this point in the history
…ommit. So now affected files need to be replaced.
  • Loading branch information
myurkin committed Sep 10, 2010
1 parent 44ee678 commit a15d7b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions sample/run000_sphere_g16m1_5/log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Generated by ADDA v.1.0b1
Generated by ADDA v.1.0
The program was run on: YURKIN
command: 'D:\Maxim\Current\adda\win32\adda.exe '
lambda: 6.283185307
Expand Down Expand Up @@ -64,19 +64,19 @@ RE_022 = 3.1681532518E-006 + progress = 0.791154
Total number of iterations: 22
Total planes of E field calculation (each 181 points): 2

Total wall time: 1
Total wall time: 0
--Everything below is processor times--
Total time: 0.3230
Initialization time: 0.1160
Total time: 0.3220
Initialization time: 0.1150
init Dmatrix 0.0090
FFT setup: 0.1040
make particle: 0.0000
FFT setup: 0.1030
make particle: 0.0010
Internal fields: 0.1710
one solution: 0.1710
init solver: 0.0080
one iteration: 0.0080
one iteration: 0.0070
Scattered fields: 0.0210
one plane: 0.0110
one plane: 0.0100
Other sc.quantities: 0.0000
File I/O: 0.0150
File I/O: 0.0140
Integration: 0.0000
2 changes: 1 addition & 1 deletion src/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define __const_h

// version number (string)
#define ADDA_VERSION "1.0b1"
#define ADDA_VERSION "1.0"

/* ADDA uses certain C99 extensions, which are widely supported by GNU and Intel compilers. However,
* they may be not completely supported by e.g. Microsoft Visual Studio compiler. Therefore, we
Expand Down
Binary file modified win32/adda.exe
Binary file not shown.
Binary file modified win32/adda_mpi.exe
Binary file not shown.

0 comments on commit a15d7b1

Please sign in to comment.