Skip to content

Commit 71d73b3

Browse files
Wei-Hsuan Tzeng (xuanweishan@gmail.com)xuanweishan
authored andcommitted
Fix bug.
1 parent 2502b1c commit 71d73b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpolation/Int_Spectral.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ void InterpolationContext::ReadBinaryFile( const char* filename, double* array,
385385
FILE* file = fopen( filename, "rb" );
386386
if ( file == NULL ) {
387387
Aux_Error( ERROR_INFO, "Error opening interpolation file %s !!\n"
388-
" --> See https://github.com/gamer-project/gamer/wiki/ELBDM-related/%5BELBDM%5D-Spectral-Interpolation#obtaining-interpolation-tables\n",
388+
" --> See https://github.com/gamer-project/gamer/wiki/%5BELBDM%5D-Spectral-Interpolation#obtaining-interpolation-tables\n",
389389
filename );
390390
return;
391391
}

0 commit comments

Comments
 (0)